Translate '\' to '/' for submodule names
authorAlex Crichton <alex@alexcrichton.com>
Mon, 16 Feb 2015 04:23:09 +0000 (20:23 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 2 Mar 2015 23:51:13 +0000 (15:51 -0800)
commit1e0b04a03e327c605a06f7639df5b25378abe792
tree209ec865f1438e3fada89fc4488aa52a945be556
parent98e48728c9aeb98952a789c154076b6697cbfc86
Translate '\' to '/' for submodule names

Apparently git submodules are checked in as '/' not '\' so if a '\' leaks
through it'll end up not being found!

Closes #1299
src/cargo/sources/path.rs
tests/test_cargo_compile_git_deps.rs